iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 16
1
AI & Data

大數據與AI研習實作與心得 系列 第 16

Python - NumPy資料型態觀察

  • 分享至 

  • xImage
  •  
  • 心得: numpy會包在python的string中,所以會加快資料
#dtype:數據型態
#astype:資料型態轉換
import numpy as np

float_array = np.array([1.0 ,2.0, 3.0, 4.0, 5.0])
float_array.dtype

int_array = float_array.astype(np.int32)
int_array.dtype

NumPy常用資料型態/代號
int32/i4
int64/i4
bool/?
object/O

float32/f4
float64/f8
string/S10 (自訂長度)
unicode_/U


上一篇
Python - 身分證檢查器(2)完成
下一篇
Python - NumPy運算sorting排序
系列文
大數據與AI研習實作與心得 30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言